always up-to-date as it's reinitialised for us by external
tools during save/restore and migration.
data += avail;
len -= avail;
update_output_chunk(out, avail);
- notify_remote_via_irq(xenbus_irq);
+ notify_remote_via_evtchn(xen_start_info->store_evtchn);
} while (len != 0);
return 0;
pr_debug("Finished read of %i bytes (%i to go)\n", avail, len);
/* If it was full, tell them we've taken some. */
if (was_full)
- notify_remote_via_irq(xenbus_irq);
+ notify_remote_via_evtchn(xen_start_info->store_evtchn);
}
/* If we left something, wake watch thread to deal with it. */